* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    color: #333;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
}

input[type="number"] {  
    -moz-appearance: textfield;  
}

img[data-src] {
    visibility: hidden;
}

/*特价icon*/
.tejiaIcon {
    position: absolute !important;
    width: 26px !important;
    height: 23px !important;
    left: 1px !important;
    top: 1px !important;
    display: block !important;
}

/*悬浮广告*/
.supad {
    position: fixed;
    width: 133px;
    top: 206px;
    left: 10px;
    z-index: 100;
}

.supad .pic {
    width: 100%;
    display: block;
}

.supad .close {
    width: 14px;
    height: 14px;
    display: block;
    background: url('../../img/svg/close2.svg') no-repeat 0 0;
    position: absolute;
    top: -18px;
    right: -2px;
    cursor: pointer;
}

/*头部样式 start*/
#header {
    background: linear-gradient(90deg, #EFF7FF 0%, #F7FBFF 43.27%, #F7FBFF 71.36%, #EFF7FF 100%);
    width: 100%;
    min-width: 1260px;
    height: 148px;
    font-family: "思源黑体 CN";
    z-index: 2000;
    position: relative;
}

.isTop{
    box-shadow: 0px 6px 14px 0px rgba(25, 24, 33, 0.08);
}

#header .shortcut{
    width: 100%;
    height: 32px;
    border-bottom: 1px dashed #E1E5EE;
    background: #fff;
}

#header .shortcut .navigation{
    width: 1200px;
    height: 32px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;  
    position: relative;
}

#header .shortcut .navigation ul{
    display: flex;
    align-items: center;
}

#header .shortcut .navigation ul li{
    color: #666;
    font-family: "思源黑体 CN";
    font-size: 12px;
}
#header .shortcut .navigation ul li a{
    color: #666;
    font-family: "思源黑体 CN";
    font-size: 12px;
    cursor: pointer;
}
#header .shortcut .navigation ul li a:hover{
    cursor: pointer;
    color: #0071DC;
}

#header .shortcut .navigation ul li a span{
    color: #0071DC;
    font-family: "思源黑体 CN";
    font-size: 12px;
}
#header .shortcut .navigation ul .login{
    display: none;
    align-items: center;
}

#header .shortcut .navigation ul .login img{
    width: 12px;
    height: 10px;
    margin-left: 4px;
}

#header .shortcut .navigation ul .spacer{
    overflow: hidden;
    margin: 0 10px;
    width: 1px;
    height: 10px;
    background-color: rgba(0, 0, 0, .2);
}

#header .header-board {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 18px 0;
    height: 80px;
}

/* logo */
#header .header-board .logo {
    margin-right: 20px;
    flex-shrink: 0;
}

#header .header-board .logo a {
    width: 160px;
    height: 42px;
    display: inline-block;
}

#header .header-board .logo a img {
    display: block;
    width: 100%;
    height: 100%;
}

/*search*/
#header .header-board .search {
    display: flex;
    flex-shrink: 0;
    height: 42px;
    width: 902px;
    background: #fff;
    border-radius: 7px;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #004F9A;
}

#header .header-board .search-type {
    width: 120px;
    height: 26px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-indent: 20px;
    cursor: pointer;
    border-right: 1px solid #E1E5EE;
    position: relative;
}

#header .header-board .search-type::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url('../../img/svg/select-down-59d6b33d.svg') no-repeat 0 0;
    margin-left: 7px;
}

#header .search-tips {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    width: 100%;
    max-height: 390px;
    z-index: 20;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    display: none;
}

#header .search-tips a {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #333;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .search-tips a:hover {
    background: #E5F1FC;
}

#header .typename {
    display: inline-block;
    width: 62px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#header .hotgoods-links {
    display: flex;
    position: absolute;
    right: 44px;
}

#header .hotgoods-links a {
    display: inline-block;
    padding: 5px 6px;
    border-radius: 4px;
    background: #e5f1fc;
    margin-left: 10px;
    cursor: pointer;
    color: #004f9a;
    font-size: 12px;
}

#header .header-board .search input {
    border: none;
    width: 812px;
    margin-left: 16px;
    color: #606266;
    font-size: 14px;
    margin-top: 1px;
    box-sizing: border-box;
    padding-right: 16px;
    flex-shrink: 0;
}

#header .header-board .search input::placeholder {
    color: #BEBEBE;
    font-size: 14px;
    font-family: '思源黑体 CN';
}

#header .header-board .search input:focus {
    outline: none;
}

#header .header-board .search .search-btn {
    width: 88px;
    height: 38px;
    background: #004F9A;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 749;
    color: #fff;
    flex-shrink: 0;
    border-radius: 6px;
    position: absolute;
    right: 1px;
    padding-left: 27px;
    box-sizing: border-box;
}
#header .header-board .search .search-btn::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url('../../img/svg/home-search.svg') no-repeat 0 0;
    margin-left: 6px;
    position: absolute;
    top: 11px;
    left: 10px;
}

#header .header-board .login-ctx {
    display: flex;
    position: relative;
    flex-shrink: 0;
    z-index: 3;
}

#header .header-board .login-ctx .btn {
    color: #004F9A;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: flex;
    border-radius: 6px;
    margin-left: 12px;
    position: relative;
    cursor: pointer;
    padding: 10px;
    background: #fff;
    align-items: center;
    border: 1px solid #004F9A;
    height: 42px;
    box-sizing: border-box;
}

#header .header-board .login-ctx .btn:hover {
    border-color: #0071DC;
}

#header .header-board .login-ctx .btn.cart {
    width: 108px;
}

#header .header-board .login-ctx .btn.message-title {
    width: 94px;
}

#header .header-board .login-ctx .btn.login {
    width: 122px;
    justify-content: center;
}

#header .header-board .login-ctx .login {
    display: none;
}

#header .header-board .login-ctx .cart .num {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #FF5300;
    color: #FFF;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    border-radius: 6px;
    width: 24px;
    height: 18px;
    text-align: center;
    font-weight: normal;
}
#header .header-board .login-ctx .message-title .message-num {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #ffc220;
    color: #333;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    width: 28px;
    height: 16px;
    text-align: center;
    font-weight: normal;
}

#header .header-board .login-ctx .cart svg,
#header .header-board .login-ctx .message-title svg {
    margin-right: 4px;
}

#header .header-board .login-ctx .login svg {
    margin-right: 3px;
}

#header .navigation .login:hover .usermenu-ctx-box {
    display: block;
}
.usermenu-ctx-box{
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    padding-top: 20px;
}
#header .usermenu-ctx {
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px -4px, rgba(0, 0, 0, 0.08) 0px 6px 16px 0px, rgba(0, 0, 0, 0.05) 0px 9px 28px 8px;
}
#header .usermenu-ctx .arrow{
    transform: translateX(-50%);
    left: 50%;
    top: -7px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 1;
}

#header .usermenu {
    color: #333;
    width: 156px;
    padding: 8px 6px;
    border-radius: 0px 0px 4px 4px;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
}

#header .usermenu .menu {
    height: 44px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    padding-left: 16px;
}

#header .usermenu .menu:hover {
    background: #E5F1FC;
    border-radius: 2px;
}

#header .usermenu .order::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/svg/usermenu-mine.svg') no-repeat 0 0;
    background-size: 16px;
    margin-right: 8px;
}

#header .usermenu .outlogin::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../img/svg/usermenu-out.svg') no-repeat 0 0;
    background-size: 16px;
    margin-right: 8px;
}

#header .menu .msg-num {
    color: #0071dc;
}

#header .links {
    margin: 0 auto;
    width: 100%;
    z-index: 999;
    padding-bottom: 19px;
}

#header .links .linksctx {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
    display: flex;
}

#header .links a {
    display: inline-block;
    text-decoration: none;
    color: #222;
    font-weight: 749;
    font-size: 16px;
    line-height: 16px;
    margin-right: 40px;
}

#header .links .on,
#header .links a:hover {
    color: #0071DC;
}

#header .search-board {
    position: absolute;
    top: 50px;
    width: 902px;
    background: #fff;
    display: flex;
    z-index: 20;
    border-radius: 6px;
    box-shadow: 4px 4px 30px 0px rgba(72, 84, 106, 0.08);
    padding: 20px 16px;
    box-sizing: border-box;
    display: none;
}

#header .history {
    flex-shrink: 0;
    width: 866px;
}

#header .history .nodataTips {
    text-align: center; 
    color: #828282; 
    font-size: 13px; 
    margin: 50px 0;
}

#header .history h2 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
    margin-bottom: 10px;
}

#header .history .remove-all {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #828282;
}

#header .history a {
    height: 30px;
    cursor: pointer;
    padding-left: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding-right: 16px;
}

#header .history a strong {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

#header .history a:hover {
    border-radius: 4px;
    background: #EFF7FF;
}

#header .history a .del {
    display: none;
    font-size: 16px;
}

#header .history a:hover .del {
    display: block;
}

#header .haskeyword .hotgoods-links {
    display: none !important;
}

#header .haskeyword .search-tips {
    display: block;
}
/*头部样式 end*/

/*底部样式 start*/
footer {
    color: #828282;
    font-size: 12px;
    min-width: 1260px;
    margin-top: 40px;
    background: linear-gradient(90deg, #EFF7FF 0%, #F7FBFF 43.27%, #F7FBFF 71.36%, #EFF7FF 100%);
}

footer .contact {
    width: 100%;
    /* background: #fff; */
    box-sizing: border-box;
}

footer .contact-ctx {
    padding: 30px 0 7px;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .links {
    display: flex;
    flex-wrap: wrap;
}

footer .links .item {
    display: flex;
    flex-direction: column;
    margin-right: 140px;
}

footer .links .item h3 {
    font-size: 14px;
    margin-bottom: 23px;
    color: #222;
    font-weight: 749;
}

footer .links .item a {
    font-size: 12px;
    color: #828282;
    text-decoration: none;
    margin-bottom: 11px;
}

footer .service {
    display: flex;
}

footer .service strong {
    display: block;
    font-size: 14px;
}

footer .service .service-ctx .service-tel,
footer .service .service-ctx .service-time{
    color: #222;
    font-weight: 749;
}
footer .service .service-ctx p:nth-of-type(1) span{
    color: #222;
    font-weight: 749;
}

footer .service .service-time {
    font-weight: normal;
}

footer .service p {
    margin-bottom: 15px;
}

footer .service span {
    display: inline-block;
    padding-top: 3px;
}

footer .service .service-pic {
    text-align: left;
    margin-left: 116px;
    width: 64px;
}

footer .service .service-pic img {
    display: inline-block;
    margin: 0 auto;
}

footer .service .service-pic .account {
    padding: 15px 0 10px 0;
}

footer .copyright {
    width: 100%;
    /* background: #fff; */
}

footer .copyright-ctx {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    align-items: center;
    display: flex;
}

footer .copyright ul {
    display: flex;
    align-items: center;
}

footer .copyright ul li {
    padding-right: 28px;
    position: relative;
    color: #333;
}

footer .copyright ul li::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #333;
    position: absolute;
    right: 20px;
    top: 3px;
}

footer .copyright ul li:last-child::after {
    display: none;
}

footer .copyright ul a {
    color: #333;
    text-decoration: none;
}

footer .copyright ul img {
    vertical-align: bottom;
    margin-right: 4px;
}

footer .alphabet-index {
    width: 100%;
    /* background: #fff; */
}

footer .alphabet-index-ctx {
    width: 1200px;
    height: 47px;
    margin: 0 auto;
    border-top: 1px solid #D5D5D5;
    display: flex;
    align-items: center;
    padding: 10px 0 20px 0;
    white-space: nowrap;
    box-sizing: border-box;
}

footer .alphabet-index h2 {
    font-size: 14px;
    display: inline-block;
}

footer .alphabet-index a {
    color: #828282;
    font-size: 13px;
    margin-left: 22px;
}
/*底部样式 end*/

/*侧边导航 start*/

.flex-side {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
}
.flex-side-inner{
    background: #ffffff;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
    padding: 4px;
    box-sizing: border-box;
}

.flex-side .back-top{
    display: none;
}

.flex-side-inner:last-of-type{
    margin-top: 10px;
}

.flex-side .customer {
    text-align: center;
    cursor: pointer;
    height: 54px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 4px;
    position: relative;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 8px;
}


.flex-side .customer:last-child {
    margin-bottom: 0;
}

.flex-side .customer:hover {
    background: #e5f1fc;
}

.flex-side .customer .img {
    width: 22px;
    height: 22px;
    margin: 7px auto 6px;
}

.flex-side .customer span {
    display: block;
    font-size: 12px;
    color: #333;
}

.flex-side .customer em {
    position: absolute;
    top: -3px;
    right: 2px;
    border-radius: 8px;
    width: 22px;
    height: 16px;
    background: #ffc220;
    color: #333;
    font-size: 12px;
    font-weight: 749;
    display: block;
    font-style: normal;
}

.flex-side .ewm {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 74px;
    background: #fff;
    border-radius: 4px;
    background: url('../../img/public/Qrcode-72c56b5d.png') no-repeat 0 0;
    background-size: 100px;
    display: none;
}

.flex-side .customerwx:hover .ewm {
    display: block;
    animation: show .4s linear both;
}

.flex-side .collapsed-down img{
    transform: rotate(180deg);
}


@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*侧边导航 end*/

/*文章的高亮样式*/
.content_label,
.label_highlight {
    color: #0071DC !important;
    font-size: 15px;
}

/*标签样式*/
.labelbox {
    display: block;
    background: #f7f8fa;
    padding: 0 6px;
    color: #828282;
    margin-right: 6px;
    margin-bottom: 6px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    font-size: 12px;
}

.labelbox:hover {
    color: #0071DC;
    background: #f7f8fa;
}


.labelboxBig {
    display: block;
    line-height: 32px;
    padding: 0 17px;
    color: #828282;
    background: #f7f8fa;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 10px;
}

.labelboxBig:hover {
    color: #0071DC;
    background: #e5f1fc;
}

/*热销榜公共样式 start*/
.hotgoods-list {
    padding: 0 10px;
}

.hotgoods-list a {
    height: 96px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #fff;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 10px;
}

.hotgoods-list a:nth-child(3n) {
    margin-right: 0;
}

.hotgoods-list a:hover {
    box-shadow: 4px 4px 30px 0px rgba(72, 84, 106, 0.08) !important;
}

.hotgoods-list a img {
    width: 76px;
    height: 76px;
    border-radius: 4px;
    margin-right: 10px;
}

.hotgoods-list .hot-item-right .name {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
    height: 49px;
    width: 74px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hotgoods-list .hot-item-right .price {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
}

/*热销榜公共样式 end*/

/**公共弹窗 start*/
.tcdialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 1;
}

.tcdialog .ctx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 4px;
}

/**公共弹窗 end*/

/**服务协议、隐私政策弹窗 start*/
.gbpctx {
    width: 80%;
    height: 100%;
    overflow: hidden;
}

.gbpctx .content {
    height: 90%;
    overflow: auto;
    padding: 20px 30px;
}

.gbpctx .content::-webkit-scrollbar {
    width: 1px;
}

.gbpctx h2 {
    line-height: 40px;
    background: #f5f5f5;
    font-size: 14px;
    padding: 0 20px;
    color: #606266;
}

.gbpctx h2 .close-btn {
    position: absolute;
    font-size: 22px;
    right: 12px;
    font-weight: normal;
    cursor: pointer;
}

/**服务协议、隐私政策弹窗 end*/

/*页码组件样式 start*/
.page-pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.page-pagination .pagination {
    display: flex;
}

.page-pagination a,
.page-pagination .current,
.page-pagination span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #F7F8FA;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #333;
    margin: 0 5px;
}

.page-pagination span {
    line-height: 26px;
}

.page-pagination a {
    cursor: pointer;
}

.page-pagination a:hover {
    color: #409eff;
}

.page-pagination .current {
    background: #0071DC;
    color: #fff;
    font-weight: bold;
}

.page-pagination .current:hover {
    color: #fff !important;
}

.page-pagination .next,
.page-pagination .prev {
    background: #F7F8FA !important;
    color: #333 !important;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.page-pagination .prev::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(-45deg);
}

.page-pagination .next::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    right: 14px;
    top: 12px;
    transform: rotate(135deg);
}

#pagination .ep {
    display: none;
}
/*页码组件样式 end*/

/*页面顶部的导航 start*/
.navpat {
    color: #606266;
    font-size: 14px;
    padding: 10px 0;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

.navpat a,
.navpat .dirpat {
    color: #303133;
}

.navpat a:hover {
    color: #0071DC;
}

.navpat .dirpat {
    padding: 0 5px;
    font-size: 12px;
    vertical-align: inherit;
    color: #CCC;
}

.navpat .grayText {
    font-size: 14px;
    color: #828282;
}

/*页面顶部的导航 end*/

/*搜索框样式 start*/
.inputview {
    position: relative;
    display: inline-block;
}

.inputview .ico {
    position: absolute;
    right: 10px;
    top: 8px;
}

.inputview input {
    width: 230px;
    height: 32px;
    border-radius: 20px;
    display: block;
    border: 1px solid #e4e4e4;
    padding-left: 10px;
    color: #808185;
}

.inputview input::placeholder {
    color: #B9C3D9;
}

.inputview input:focus {
    outline: none;
    border: 1px solid #0071DC;
}

/*搜索框样式 end*/

/*tabs组件样式 start*/
.tabsview {
    position: relative;
    border-bottom: 2px solid #f2f2f2;
}

.tabsview ul {
    display: flex;
}

.tabsview li {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 40px;
    padding: 6px 0;
    position: relative;
}

.tabsview li a {
    color: #333;
}

.tabsview .on a {
    color: #0071dc;
}

.tabsview .on::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #0071dc;
    position: absolute;
    bottom: -2px;
    left: 0;
}

/*tabs组件样式 end*/

/*模仿elementui的ElMessage start*/
.messageSuccess,
.messageFail,
.messageWarn {
    width: 400px;
    height: 50px;
    line-height: 50px;
    background: #F0F9EB;
    color: #67C23A;
    border-radius: 6px;
    font-size: 16px;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -200px;
    transform: translateY(-50px);
    opacity: 0;
    z-index: 9999;
}

.messageFail {
    color: #F56C6C;
    background: #FEF0F0;
}

.messageWarn {
    color: rgba(230, 162, 122, 1);
    background: rgba(253, 246, 236, 1);
}

.messageSuccess .ico {
    width: 14px;
    height: 14px;
    background: #67C23A;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    margin: 0 10px 0 30px;
}

.messageFail .ico {
    width: 14px;
    height: 14px;
    background: #F56C6C;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    margin: 0 10px 0 30px;
}

.messageWarn .ico {
    width: 14px;
    height: 14px;
    background: rgba(230, 162, 20, 1);
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    margin: 0 10px 0 30px;
}

@keyframes showErrorAndFadeOut {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    10% {
        opacity: 1;
        transform: translateY(30px);
    }

    90% {
        opacity: 1;
        transform: translateY(30px);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.messageSuccess.show {
    animation: showErrorAndFadeOut 3s ease-in-out;
}

.messageFail.show {
    animation: showErrorAndFadeOut 3s ease-in-out;
}

.messageWarn.show {
    animation: showErrorAndFadeOut 3s ease-in-out;
}

/*模仿elementui的ElMessage end*/

.searchButton {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    text-indent: -9999px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
}

/*确认提示框样式 start*/
.dialogbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease;
    opacity: 0;
    z-index: 9999;
}

.confirmBox {
    width: 420px;
    min-height: 120px;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.confirmBox h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    font-size: 12px;
    font-weight: normal;
    color: #606266;
    padding: 0 15px;
    background-color: rgba(248, 248, 248, 1);
    border-radius: 6px;
}

.confirmBox h2 span {
    font-size: 18px;
    cursor: pointer;
}

.confirmBox .msg {
    font-size: 14px;
    color: #606266;
    padding: 10px 0;
}

.confirmBox .msg.icon::before {
    content: '×';
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(245, 108, 108, 1);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px;
    vertical-align: bottom;
}

.confirmBox .btnctx {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.confirmBox .btnctx span {
    display: block;
    width: 66px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 20px;
}

.confirmBox .btnctx .cancel {
    border: 1px solid #dcdfe6;
}

.confirmBox .btnctx .cancel:hover {
    color: #0081fb;
}

.confirmBox .btnctx .confirm {
    background: rgba(0, 113, 220, 1);
    color: #fff;
}

.confirmBox .btnctx .confirm:hover {
    background: rgba(0, 129, 251, 1);
}

/*确认提示框样式 end*/

/*浮层title提示框 start*/
.guiTuosTips {
    position: absolute;
    top: 30px;
    left: -174px;
    color: #333;
    font-size: 12px;
    border: 1px solid #e4e4e4;
    padding: 10px;
    transition: 0.2s ease;
    opacity: 0;
    min-width: 420px;
    background: #fff;
}

.guiTuosTips::before {
    content: '';
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -1px;
}

.guiTuosTips::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    top: -7px;
    left: 50%;
    transform: rotate(-135deg);
    margin-left: -5px;
}

/*浮层title提示框 end*/

/*自定义select start*/
.gi-select {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    padding: 0 20px;
    justify-content: space-between;
    position: relative;
    font-weight: normal;
    box-sizing: border-box;
}

.gi-select:not(.noOptionBody)::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
    transform: translateY(-1px) rotate(45deg);
    transition: 0.2s ease;
    transform-origin: 50% 50%;
}

.gi-select.up::after {
    transform: translateY(3px) rotate(-135deg);
}

.gi-select .optionCtx {
    border-radius: 4px;
    position: absolute;
    background: #F7F8FA;
    width: 240px;
    filter: drop-shadow(0 0 1px #888);
    box-sizing: border-box;
}



.gi-select .optionCtx .option {
    height: 28px;
    line-height: 28px;
    padding-left: 4px;
    color: #606266;
    font-size: 12px;
    display: block;
}

.gi-select .optionCtx .option:first-child {
}

.gi-select .optionCtx .option:last-child {
}

.gi-select .optionCtx .option:hover,
.gi-select .optionCtx .on {
    color: #0071DC;
    background: #E5F1FC;
}

.gi-select .optionBody {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 242px;
    overflow: hidden;
    transition: 0.2s ease;
    transform: translateX(-50%);
    height: 0;
    z-index: 98;
    box-sizing: border-box;
}

/*自定义select end*/

/**对比弹窗 start*/
.contrastInfo {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -595px;
    width: 1190px;
    height: 190px;
    box-sizing: border-box;
    background: #f7f8fa;
    padding: 10px 20px 20px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0px 0px;
    z-index: 98;
}

.contrastInfo .title {
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.contrastInfo .title .name {
    font-size: 14px;
    line-height: 140%;
    color: #333;
    font-weight: 600;
}

.contrastInfo .title .close {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.contrastInfo .cinfobox {
    display: flex;
}

.contrastInfo .cinfobox::after {
    content: "";
    position: absolute;
    top: 56px;
    right: 176px;
    height: 110px;
    width: 1px;
    background-color: #e4e4e4;
}

.contrastInfo .bp {
    width: 970px;
    position: relative;
    display: flex;
    align-items: center;
}

.contrastInfo .bpitem {
    box-sizing: border-box;
    width: 310px;
    height: 120px;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 20px;
}

.contrastInfo .bpitem:first-child {
    margin-left: 0;
}

.contrastInfo .bpitem .gpic {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.contrastInfo .bpitem .goodsname {
    width: 178px;
    font-size: 12px;
    line-height: 140%;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contrastInfo .bpitem .noprice,
.contrastInfo .bpitem .price {
    color: #333;
    font-size: 12px;
    padding-top: 3px;
    display: inline-block;
}

.contrastInfo .bpitem .price {
    cursor: pointer;
}

.contrastInfo .bpitem .price::after {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    display: inline-block;
    transform: rotate(-135deg);
}

.contrastInfo .del {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #828282;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
}

.contrastInfo .del img {
    width: 13px;
    filter: opacity(0.7);
}

.contrastInfo .btnctx {
    padding-left: 24px;
    width: 156px;
    text-align: center;
}

.contrastInfo .contrastbnt {
    width: 119px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: rgb(189, 189, 189);
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 35px auto 14px;
    box-sizing: border-box;
    display: block;
}

.contrastInfo .contrastbnt.light {
    background: #0071dc;
}

.contrastInfo .btnctx .clear {
    color: #333;
    font-size: 12px;
    text-decoration-line: underline;
    cursor: pointer;
}

.contrastInfo .pricelist {
    position: absolute;
    box-sizing: border-box;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    padding: 10px 10px 8px;
    display: none;
    /* overflow-y: auto; */
}

.contrastInfo .pricelist::before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.contrastInfo .pricelist .pricelist-title{
    color: #333;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.contrastInfo .pricelist .number{
    display: inline-block;
    width: 60px;
    margin-right: 6px;
    text-align: right;
    white-space: nowrap;
}

.contrastInfo .pricelist table tbody td span{
    color: #333;
    font-size: 12px;
    line-height: normal;
}
.contrastInfo .pricelist table tbody td {
    padding: 3px 0;
}

/**对比弹窗 end*/

/*input 输入框样式 start*/
.fl-input {
    border: 1px solid #E1E5EE;
    padding: 5px 10px 5px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
}

.fl-input::placeholder {
    color: rgba(168, 171, 178, 1);
}

.fl-input:focus {
    outline: none;
    border-color: #0071dc;
}

.errorTips {
     font-size: 12px;
     color: #f56c6c;
     position: absolute;
     left: 0;
     height: 0;
     overflow: hidden;
     transform: translateY(3px);
}

/*input 输入框样式 end*/

/*textarea 输入框样式 start*/
.fl-textarea {
    border: 1px solid #E1E5EE;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    width: 100%;
    min-height: 100px;
}

.fl-textarea::placeholder {
    color: rgba(168, 171, 178, 1);
    font-size: 14px;
}

.fl-textarea:focus {
    outline: none;
    border-color: #0071dc;
}
/*textarea 输入框样式 end*/

/*资讯热榜样式 start*/
.adbox {
    width: 296px;
}

.hotTech {
    height: 382px;
    border-radius: 6px;
    background: linear-gradient(180deg, #FDF3EE 0%, #FFF 18.11%);
    box-sizing: border-box;
    padding: 0 12px 10px 12px;
    margin-top: 20px;
}

.hotTech.blueStyle {
    background: linear-gradient(180deg, #E5F1FC 0%, #FFF 18.11%);
}

.hotTech h3 {
    color: #242E3E;
    font-weight: 749;
    font-size: 16px;
    padding: 19px 0 16px 0;
    border-bottom: 1px solid #F3E7E1;
    position: relative;
}

.hotTech h3 .change {
    color: #CF7448;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 0;
    bottom: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hotTech.blueStyle h3 .change {
    color: #004F9A;
}

.hotTech.blueStyle h3 {
    border-color: #D9DFE5;
}

.hotTech h3 .change .logo {
    margin-right: 4px;
}

.hotTech h3::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #FF5300;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hotTech.blueStyle h3::after {
    background: #004F9A;
}

.hotTechLinksCtx li {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.hotTechLinksCtx li .num {
    color: #828282;
    font-size: 13px;
    font-weight: 613;
    margin-right: 8px;
    min-width: 15px;
    text-align: center;
}

.hotTechLinksCtx li:nth-child(1) .num {
    color: #FF0A0A;
    font-size: 14px;
}

.hotTechLinksCtx li:nth-child(2) .num {
    color: #FC712E;
    ;
    font-size: 14px;
}

.hotTechLinksCtx li:nth-child(3) .num {
    color: #FFC220;
    font-size: 14px;
}

.hotTechLinksCtx li a {
    width: 249px;
    overflow: hidden;
    color: #242E3E;
    text-overflow: ellipsis;
    font-size: 13px;
    white-space: nowrap;
}

.hotTechLinksCtx li a:hover {
    color: #0071DC;
}

.advJtc {
    padding-bottom: 20px;
    overflow: hidden;
}

.advJtc .advlink {
    margin-top: 20px;
    display: block;
}

.advJtc img {
    display: block;
    height: 168px;
    width: 296px;
    border-radius: 6px;
}
/*资讯热榜样式 end*/

/*完善个人信息弹窗 start*/
.userinfo-dialog {
    width: 460px;
    height: 134px;
    border-radius: 4px;
    padding: 20px;
}

.userinfo-dialog h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #333;
    position: relative;
}

.userinfo-dialog p {
    padding: 20px 30px 30px 30px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.userinfo-dialog .bntctx {
    display: flex;
    justify-content: center;
}

.userinfo-dialog .bntctx a {
    width: 76px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
    border-radius: 16px;
    box-sizing: border-box;
    color: #333;
    display: block;
    cursor: pointer;
    margin: 0 5px;
}

.userinfo-dialog .bntctx .go {
    background: #0071dc;
    border: 1px solid #0071dc;
    color: #fff;
}

.userinfo-dialog h2 .close-btn {
    position: absolute;
    font-size: 22px;
    right: -10px;
    font-weight: normal;
    cursor: pointer;
    top: -12px;
}
/*完善个人信息弹窗 end*/

/**loading效果 start*/
.loadingLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadingLayer img {
    display: block;
    width: 20px;
    height: 20px;
    animation: spin 2s ease infinite;
    -webkit-animation: spin 2s ease infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/**loading效果 end*/

/*err_tips*/
.err_tips {
  position: absolute;
  top: -38px;
  left: 0;
  line-height: 16px;
  color: #828282;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #fff;
  filter: drop-shadow(0 0 2px rgba(100, 101, 102, 0.15));
  border-radius: 4px;
  white-space: nowrap;
  margin-right: 71px;
  display: flex;
  align-items: center;
}

.err_tips::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  bottom: -7px;
  left: 20px;
}

.err_tips .icon {
  background: url('../../img/svg/tips.svg') no-repeat 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.scale_animations {
  -webkit-animation: scale_animations 0.2s;
  transform-origin:50% 50%;
}

@keyframes scale_animations {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(1);
  }
}

@-webkit-keyframes scale_animations {
  0% {
      transform: scale(0);
  }
  100% {
      transform: scale(1);
  }
}
/*err_tips*/